; Remove obsolete 'mouse-wheel-up/down-event' bindings
authorEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 19:55:38 +0000 (21:55 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 20:03:38 +0000 (22:03 +0200)
commit3a91186ad3707c7e3754616f1c7a2735d40fc33d
tree3b4c78520d851094cdfa76a596ce736e936d543d
parent103a2fdf18d99c872e4adb01a15a8300164acd66
; Remove obsolete 'mouse-wheel-up/down-event' bindings

Following commit e720ba62193 'mouse-wheel-up-event' and
'mouse-wheel-down-event' are translated to 'wheel-up/down'
events, so we only need to bind 'wheel-down/up' in
'completion-preview--mouse-map'.

* lisp/completion-preview.el: Don't require 'mwheel'.
(completion-preview--mouse-map): Remove bindings for
'mouse-wheel-up/down-event'.
lisp/completion-preview.el